home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / FASTERPC / DRIVE_C / FDOS / FDISK.INI < prev    next >
Text File  |  2001-12-24  |  8KB  |  228 lines

  1. ; Initialization file for Free FDISK
  2. ;
  3. ; This file sets various options for Free FDISK as described below.
  4. ;
  5. ;
  6. ; Note:  This file is optional.  If this file is not found the default
  7. ;          settings will be utilized.  Blank lines are not allowed
  8. ;          in this file.
  9. ;
  10. ; Syntax:
  11. ;
  12. ; ALLOW_4GB_FAT16={TRUE | FALSE}
  13. ; ALLOW_ABORT={TRUE | FALSE}                    
  14. ; AMBR={ON | OFF}            
  15. ; COLORS={0<=N<=127}
  16. ; D_ALL={ON | OFF}
  17. ; D_CMD_ARG={ON | OFF}
  18. ; D_CR_PART={ON | OFF}
  19. ; D_DET_FR_SPC={ON | OFF}
  20. ; D_INPUT={ON | OFF}
  21. ; D_PATH={ON | OFF}
  22. ; D_READ_S={ON | OFF}
  23. ; DEL_ND_LOG={ON | OFF}
  24. ; DRIVE=#-####-###-##
  25. ; EMULATE_DISK={OFF | 1<=N<=8}
  26. ; FLAG_SECTOR={0 | 2<=N<=64 | 256}
  27. ; LABEL={ON | OFF}
  28. ; MONO={ON | OFF}
  29. ; REBOOT={ON | OFF}
  30. ; SET_ANY_ACT={TRUE | FALSE}
  31. ; VERSION={4 | 5 | 6 | FD | W95 | W95B | W98}
  32. ; WRITE={ON | OFF}
  33. ; XO={ON | OFF}
  34. ;
  35. ; Note:  The "=" sign in the above syntax is optional.
  36. ;
  37. ; Description:
  38. ;
  39. ; ALLOW_4GB_FAT16
  40. ;            TRUE   Permits the creation of 4GB, FAT16, partitions.
  41. ;         *  FALSE  Limits the maximum FAT16 partition size to 2GB.
  42. ;
  43. ; ALLOW_ABORT
  44. ;            TRUE   Allows the user to abort Free FDISK without making
  45. ;                     any changes to the hard disks(s).
  46. ;         *  FALSE  Normal operation.
  47. ;
  48. ; AMBR       ON     Writes an alternate boot loader from the file "boot.mbr."
  49. ;                     See the documentation for more details.
  50. ;         *  OFF    Writes BootEasy as the boot loader.
  51. ;
  52. ; COLORS            Changes the screen colors.
  53. ;         *  7      Light Grey on Black
  54. ;            0 TO 127   
  55. ;
  56. ; D_ALL      ON     Show all debugging information for functions that have
  57. ;                     built-in debugging capability.
  58. ;         *  OFF    All debugging information, for functions with built-in
  59. ;                     debugging capabilities, is not displayed.  Individual
  60. ;                     functions may display debugging information as 
  61. ;                     described elsewhere in this file.
  62. ; D_CMD_ARG  
  63. ;            ON     Displays the remaining command line arguments as they
  64. ;                     are processed.
  65. ;         *  OFF
  66. ;
  67. ; D_CR_PART         Shows debugging information for the function that
  68. ;                     creates partitions.
  69. ;            ON
  70. ;         *  OFF
  71. ;
  72. ; D_DET_FR_SPC      Shows debugging information for the function that
  73. ;                     determines the amount of free space available.
  74. ;            ON
  75. ;         *  OFF
  76. ;
  77. ; D_INPUT           Shows debugging information for the function that
  78. ;                     obtains user input.
  79. ;            ON
  80. ;         *  OFF
  81. ;
  82. ; D_PATH     ON     Displays the path to Free FDISK.
  83. ;         *  OFF    Opposite of the above.
  84. ;
  85. ; D_READ_S   ON     Displays the result of a call to void Read_Physical_Sector()
  86. ;         *  OFF
  87. ;
  88. ; DEL_ND_LOG        Allows non-dos logical drives to be deleted.
  89. ;            TRUE
  90. ;         *  FALSE
  91. ;
  92. ; EMULATE_DISK      Emulates the existance of a 6.2 GB hard disk at the
  93. ;                     specified physical location.  The hard disk emulated
  94. ;                     has 784 cylinders, 255 heads, and 63 sectors.  If 
  95. ;                     EMULATE_DISK is not set to off fdisk will automatically
  96. ;                     enter its read only mode.
  97. ;         *  OFF
  98. ;            1 TO 8
  99. ;
  100. ; FLAG_SECTOR       Sector number where the flags will be located.  The 
  101. ;                     default is 2.   
  102. ;            0      Disables sector flagging function.
  103. ;            2 - 64 Flag sector.
  104. ;            256    Set the flag sector to the last sector in the first
  105. ;                     cylinder of the first hard disk.
  106. ;
  107. ; LABEL      ON     Displays "Free FDISK" along the right hand side of the
  108. ;                     screen to help avoid confusion between this program
  109. ;                     and "other" FDISK programs.
  110. ;         *  OFF    No "Free FDISK" label is displayed along the right
  111. ;                     hand side of the screen.
  112. ;
  113. ; MONO       ON     The menus will be displayed without boldfacing the text
  114. ;                     for users of monochrome systems.
  115. ;         *  OFF    The menus have boldfaced text.
  116. ;
  117. ;
  118. ; REBOOT     ON     Free FDISK will reboot the system upon exiting the
  119. ;                     program if changes were made to any partition table.
  120. ;         *  OFF    Free FDISK will not, under any circumstances, reboot
  121. ;                     the system.
  122. ;
  123. ; SET_ANY_ACT       If set to true, will allow the user to set any primary
  124. ;                     partition active.  Otherwise, it will only set DOS
  125. ;                     partition types active.
  126. ;         *  TRUE
  127. ;            FALSE
  128. ;
  129. ; VERSION           Version number that Free FDISK will emulate while the
  130. ;                     user is using the interactive setup.
  131. ;            4      Emulates the MS-FDISK that came with MS-DOS 4.xx.
  132. ;            5      Emulates the MS-FDISK that came with MS-DOS 5.xx. 
  133. ;            6      Emulates the MS-FDISK that came with MS-DOS 6.xx.
  134. ;            W95    Adds support for LBA hard disks.
  135. ;            W95B   Same as W95, with the addition of FAT32 support.
  136. ;         *  W98    Same as W95B
  137. ;            FD     Setting for FreeDOS.  Currently is the same as W95
  138. ;                     with ALLOW_4GB_FAT16 set to TRUE.
  139. ;
  140. ; WRITE   *  ON     Changes will be written the the hard disk(s).
  141. ;            OFF    Changes will not be written to the hard disk(s) and
  142. ;                     a debugging screen will be displayed.
  143. ;
  144. ; XO         ON     Extended options will become available in the menus.
  145. ;         *  OFF    Extended options will not be available in the menus.
  146. ;
  147. ;         * Designates default settings if the fdisk.ini file does not 
  148. ;           exist or the statement is absent from the fdisk.ini file.
  149. ;
  150. ;
  151. ; To override the autodetection of a hard disk with your own drive geometry:
  152. ;     (This function could be used if your BIOS does not correctly detect
  153. ;     the geometry of your hard disk.)
  154. ;
  155. ;     Add the "DRIVE" statement with the syntax of:  DRIVE A-BBBB-CCC-DD
  156. ;
  157. ;     Where:  A   Represents the drive number
  158. ;             B   Represents the number of cylinders
  159. ;             C   Represents the number of heads
  160. ;             D   Represents the number of sectors
  161. ;     i.e.  DRIVE 3-0620-063-64    ->  Sets drive 3 to 620 cylinders, 
  162. ;                                      63 heads, and 64 sectors.
  163. ;     NOTE:  All fields specified in the DRIVE statement MUST be the EXACT
  164. ;            number of characters as indicated above.
  165. ;
  166. ;     WARNING:  If the drive that you are forcing geometry values for
  167. ;               does not exist or the values you enter are greater than
  168. ;               what is supported by the hard disk, unpredictable problems
  169. ;               will occur.
  170. ;
  171. ; Always proceed informational lines with a ";" so that Free FDISK ignores
  172. ;   that line.
  173. ;
  174. ; The items and settings below can be separated by equal signs "=" or spaces.
  175. ;
  176. ; Current settings:
  177. ;
  178.      ALLOW_4GB_FAT16  FALSE
  179.      ALLOW_ABORT      FALSE
  180.      AMBR             OFF
  181.      COLORS           7
  182. ;     DEL_ND_LOG       FALSE
  183.      DEL_ND_LOG       TRUE
  184.      FLAG_SECTOR      2
  185.      LABEL            OFF
  186.      MONO             FALSE
  187. ;     REBOOT           OFF
  188.      REBOOT           ON
  189.      SET_ANY_ACT      FALSE
  190.      VERSION          FD   
  191.      XO               OFF
  192. ;
  193. ; Hard Disk Detection Overrides:
  194. ;    (Replace the "#"s with the correct C/H/S values and remove the ";"
  195. ;    from the beginning of the line to enable an override.)
  196. ;
  197. ;    DRIVE 1-####-###-##
  198. ;    DRIVE 2-####-###-##
  199. ;    DRIVE 3-####-###-##
  200. ;    DRIVE 4-####-###-##
  201. ;    DRIVE 5-####-###-##
  202. ;    DRIVE 6-####-###-##
  203. ;    DRIVE 7-####-###-##
  204. ;    DRIVE 8-####-###-##
  205. ;
  206. ; Uncomment the debugging settings, below, if debugging is compiled in.
  207. ;
  208. ; Debugging settings:
  209. ;
  210. ;    D_ALL        OFF
  211. ;    D_CMD_ARG    OFF
  212. ;    D_CR_PART    OFF
  213. ;    D_DET_FR_SPC OFF
  214. ;    D_INPUT      OFF
  215. ;    D_LBA        OFF
  216. ;    D_PATH       OFF
  217. ;    D_READ_S     OFF
  218. ;    EMULATE_DISK OFF  
  219. ;     
  220. ;    WRITE        OFF
  221. ;
  222. ; End of file marker follows, do not remove it.
  223. 999
  224.  
  225.  
  226.